home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Palettes / RotationSlider / Makefile.postamble < prev    next >
Encoding:
Makefile  |  1995-06-12  |  308 b   |  9 lines

  1.  
  2. lib:  libRotationSlider.a 
  3.           
  4. libRotationSlider.a : $(OFILE_DIR)/RotationSlider.o \
  5.                       $(OFILE_DIR)/RotationSliderCell.o \
  6.                       $(OFILE_DIR)/RotationSliderWraps.o
  7.     ld -r $(OFILE_DIR)/RotationSlider.o $(OFILE_DIR)/RotationSliderCell.o \
  8.           $(OFILE_DIR)/RotationSliderWraps.o -o libRotationSlider.a 
  9.